diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/equip-class/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/equip-class/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/equip-class/page.tsx b/app/[lng]/evcp/(evcp)/equip-class/page.tsx index 268b09b6..15f4f333 100644 --- a/app/[lng]/evcp/(evcp)/equip-class/page.tsx +++ b/app/[lng]/evcp/(evcp)/equip-class/page.tsx @@ -38,7 +38,7 @@ export default async function IndexPage(props: IndexPageProps) { <h2 className="text-2xl font-bold tracking-tight"> 객체 클래스 목록 from S-EDP </h2> - <InformationButton pageCode="evcp/equip-class" /> + <InformationButton pagePath="evcp/equip-class" /> </div> <p className="text-muted-foreground"> 객체 클래스 목록을 확인할 수 있습니다.{" "} |
